put_all

function put_all(map: map<-K, -V>)

Updates this map with key/value pairs from the specified map.

Since

0.9.0

Parameters

map

The map to put key-value pairs from.